home *** CD-ROM | disk | FTP | other *** search
/ Washington DC Interactive / Washington DC Interactive CD-ROM.iso / pc / Media / intermap.dxr / 00032_nasm.ls < prev    next >
Encoding:
Text File  |  2000-10-09  |  321 b   |  16 lines

  1. on mouseDown
  2.   set btn to the clickOn
  3.   puppetSprite(btn, 1)
  4.   puppetSound("click")
  5.   set the memberNum of sprite btn to 33
  6.   set the loc of sprite btn to point(462, 358)
  7.   updateStage()
  8.   repeat while the stillDown
  9.     updateStage()
  10.   end repeat
  11.   updateStage()
  12.   puppetSprite(btn, 0)
  13.   sound stop 2
  14.   go(1, "nasm")
  15. end
  16.